﻿2026-06-21T23:05:58.4742114Z Current runner version: '2.335.1'
2026-06-21T23:05:58.4746727Z Runner name: 'kitsubito'
2026-06-21T23:05:58.4747246Z Runner group name: 'Default'
2026-06-21T23:05:58.4747890Z Machine name: 'KITSUBITO'
2026-06-21T23:05:58.4750013Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T23:05:58.4751769Z Contents: read
2026-06-21T23:05:58.4752165Z Metadata: read
2026-06-21T23:05:58.4752536Z Packages: read
2026-06-21T23:05:58.4752894Z ##[endgroup]
2026-06-21T23:05:58.4754490Z Secret source: Actions
2026-06-21T23:05:58.4755006Z Prepare workflow directory
2026-06-21T23:05:58.5110460Z Prepare all required actions
2026-06-21T23:05:58.5140272Z Getting action download info
2026-06-21T23:05:58.8338434Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T23:05:59.3822175Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T23:05:59.4653422Z ##[group]Run actions/checkout@v5
2026-06-21T23:05:59.4654172Z with:
2026-06-21T23:05:59.4654515Z   fetch-depth: 0
2026-06-21T23:05:59.4654930Z   repository: SaberMage/spt-core
2026-06-21T23:05:59.4658078Z   token: ***
2026-06-21T23:05:59.4658432Z   ssh-strict: true
2026-06-21T23:05:59.4658781Z   ssh-user: git
2026-06-21T23:05:59.4659242Z   persist-credentials: true
2026-06-21T23:05:59.4659636Z   clean: true
2026-06-21T23:05:59.4659999Z   sparse-checkout-cone-mode: true
2026-06-21T23:05:59.4660405Z   fetch-tags: false
2026-06-21T23:05:59.4660758Z   show-progress: true
2026-06-21T23:05:59.4661120Z   lfs: false
2026-06-21T23:05:59.4661454Z   submodules: false
2026-06-21T23:05:59.4661817Z   set-safe-directory: true
2026-06-21T23:05:59.4662413Z ##[endgroup]
2026-06-21T23:05:59.5450409Z Syncing repository: SaberMage/spt-core
2026-06-21T23:05:59.5451862Z ##[group]Getting Git version info
2026-06-21T23:05:59.5452605Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T23:05:59.5453455Z [command]/usr/bin/git version
2026-06-21T23:05:59.5453861Z git version 2.43.0
2026-06-21T23:05:59.5460516Z ##[endgroup]
2026-06-21T23:05:59.5471558Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6e526831-9346-48ee-85b7-58bcb59215e6' before making global git config changes
2026-06-21T23:05:59.5472810Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T23:05:59.5474726Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T23:05:59.5509028Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T23:05:59.5528430Z https://github.com/SaberMage/spt-core
2026-06-21T23:05:59.5540374Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T23:05:59.5544049Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T23:05:59.5581785Z HEAD
2026-06-21T23:05:59.5613913Z ##[endgroup]
2026-06-21T23:05:59.5614743Z [command]/usr/bin/git submodule status
2026-06-21T23:05:59.5797726Z ##[group]Cleaning the repository
2026-06-21T23:05:59.5800629Z [command]/usr/bin/git clean -ffdx
2026-06-21T23:05:59.5828254Z Removing traceable-reqs
2026-06-21T23:05:59.5834474Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T23:05:59.5901255Z HEAD is now at 5c036ca6b Merge 361950cba8381eec55564bb48ebddaf7adbe6c40 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:05:59.5905943Z ##[endgroup]
2026-06-21T23:05:59.5907645Z ##[group]Disabling automatic garbage collection
2026-06-21T23:05:59.5911506Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T23:05:59.5934327Z ##[endgroup]
2026-06-21T23:05:59.5935017Z ##[group]Setting up auth
2026-06-21T23:05:59.5939709Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T23:05:59.5964035Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T23:05:59.6186175Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T23:05:59.6213284Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T23:05:59.6402012Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T23:05:59.6428168Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T23:05:59.6613230Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T23:05:59.6643036Z ##[endgroup]
2026-06-21T23:05:59.6643638Z ##[group]Fetching the repository
2026-06-21T23:05:59.6649750Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +5c036ca6b6e714e12fcbd3b683136b9367198f31:refs/remotes/pull/27/merge
2026-06-21T23:06:00.2996174Z From https://github.com/SaberMage/spt-core
2026-06-21T23:06:00.2997791Z    d79f02e8f..f0c2ee0f3  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-21T23:06:00.2999394Z    123253f56..361950cba  wedge-trace-v4 -> origin/wedge-trace-v4
2026-06-21T23:06:00.3029848Z ##[endgroup]
2026-06-21T23:06:00.3031132Z ##[group]Determining the checkout info
2026-06-21T23:06:00.3032415Z ##[endgroup]
2026-06-21T23:06:00.3035112Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T23:06:00.3077682Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T23:06:00.3111725Z ##[group]Checking out the ref
2026-06-21T23:06:00.3121698Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T23:06:00.3170255Z HEAD is now at 5c036ca6b Merge 361950cba8381eec55564bb48ebddaf7adbe6c40 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:06:00.3175481Z ##[endgroup]
2026-06-21T23:06:00.3216858Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T23:06:00.3244104Z 5c036ca6b6e714e12fcbd3b683136b9367198f31
2026-06-21T23:06:00.3464156Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T23:06:00.3465944Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T23:06:00.3484197Z shell: /usr/bin/bash -e {0}
2026-06-21T23:06:00.3485146Z ##[endgroup]
2026-06-21T23:06:00.3643302Z ##[group]Run set -euo pipefail
2026-06-21T23:06:00.3644402Z [36;1mset -euo pipefail[0m
2026-06-21T23:06:00.3645251Z [36;1mPIN=0c95435[0m
2026-06-21T23:06:00.3646055Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T23:06:00.3647086Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T23:06:00.3648447Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T23:06:00.3650316Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T23:06:00.3652080Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T23:06:00.3653498Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T23:06:00.3654457Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T23:06:00.3655568Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T23:06:00.3656935Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T23:06:00.3658390Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T23:06:00.3659439Z [36;1mfi[0m
2026-06-21T23:06:00.3660576Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T23:06:00.3678089Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T23:06:00.3679638Z env:
2026-06-21T23:06:00.3680680Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T23:06:00.3681890Z ##[endgroup]
2026-06-21T23:06:00.6825135Z    Compiling proc-macro2 v1.0.106
2026-06-21T23:06:00.6826079Z    Compiling quote v1.0.45
2026-06-21T23:06:00.6826441Z    Compiling unicode-ident v1.0.24
2026-06-21T23:06:00.6827050Z    Compiling libc v0.2.186
2026-06-21T23:06:00.6827407Z    Compiling serde_core v1.0.228
2026-06-21T23:06:00.6827669Z    Compiling cfg-if v1.0.4
2026-06-21T23:06:00.6827917Z    Compiling serde v1.0.228
2026-06-21T23:06:00.6879028Z    Compiling log v0.4.32
2026-06-21T23:06:00.6918408Z    Compiling pin-project-lite v0.2.17
2026-06-21T23:06:00.6956924Z    Compiling portable-atomic v1.13.1
2026-06-21T23:06:00.6958588Z    Compiling typenum v1.20.1
2026-06-21T23:06:00.6994216Z    Compiling memchr v2.8.1
2026-06-21T23:06:00.7036648Z    Compiling version_check v0.9.5
2026-06-21T23:06:00.7037931Z    Compiling shlex v2.0.1
2026-06-21T23:06:00.7102294Z    Compiling critical-section v1.2.0
2026-06-21T23:06:00.7462250Z    Compiling find-msvc-tools v0.1.9
2026-06-21T23:06:00.7785898Z    Compiling futures-core v0.3.32
2026-06-21T23:06:00.7874119Z    Compiling bytes v1.11.1
2026-06-21T23:06:00.8218279Z    Compiling subtle v2.6.1
2026-06-21T23:06:00.9518419Z    Compiling equivalent v1.0.2
2026-06-21T23:06:00.9841465Z    Compiling smallvec v1.15.1
2026-06-21T23:06:01.0011324Z    Compiling itoa v1.0.18
2026-06-21T23:06:01.0202183Z    Compiling semver v1.0.28
2026-06-21T23:06:01.0311547Z    Compiling stable_deref_trait v1.2.1
2026-06-21T23:06:01.0351721Z    Compiling futures-io v0.3.32
2026-06-21T23:06:01.0421261Z    Compiling futures-sink v0.3.32
2026-06-21T23:06:01.0611801Z    Compiling slab v0.4.12
2026-06-21T23:06:01.1271642Z    Compiling futures-channel v0.3.32
2026-06-21T23:06:01.1404821Z    Compiling futures-task v0.3.32
2026-06-21T23:06:01.1600995Z    Compiling generic-array v0.14.7
2026-06-21T23:06:01.2431247Z    Compiling bitflags v2.12.1
2026-06-21T23:06:01.2531085Z    Compiling rustversion v1.0.22
2026-06-21T23:06:01.2715601Z    Compiling hashbrown v0.17.1
2026-06-21T23:06:01.2801637Z    Compiling cpufeatures v0.2.17
2026-06-21T23:06:01.3301216Z    Compiling rustc_version v0.4.1
2026-06-21T23:06:01.3489371Z    Compiling fnv v1.0.7
2026-06-21T23:06:01.4091133Z    Compiling strsim v0.11.1
2026-06-21T23:06:01.4177175Z    Compiling rand_core v0.10.1
2026-06-21T23:06:01.4264015Z    Compiling cfg_aliases v0.2.1
2026-06-21T23:06:01.4363371Z    Compiling writeable v0.6.3
2026-06-21T23:06:01.4520742Z    Compiling litemap v0.8.2
2026-06-21T23:06:01.4830977Z    Compiling utf8_iter v1.0.4
2026-06-21T23:06:01.5182391Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T23:06:01.6092147Z    Compiling getrandom v0.4.2
2026-06-21T23:06:01.6390689Z    Compiling dunce v1.0.5
2026-06-21T23:06:01.6800607Z    Compiling icu_properties_data v2.2.0
2026-06-21T23:06:01.6863166Z    Compiling ident_case v1.0.1
2026-06-21T23:06:01.7172016Z    Compiling fs_extra v1.3.0
2026-06-21T23:06:01.7471560Z    Compiling autocfg v1.5.1
2026-06-21T23:06:01.7978104Z    Compiling percent-encoding v2.3.2
2026-06-21T23:06:01.7982132Z    Compiling http v1.4.1
2026-06-21T23:06:01.8201338Z    Compiling cpufeatures v0.3.0
2026-06-21T23:06:01.9177067Z    Compiling unicode-segmentation v1.13.3
2026-06-21T23:06:01.9350817Z    Compiling thiserror v2.0.18
2026-06-21T23:06:02.0080881Z    Compiling aws-lc-rs v1.17.0
2026-06-21T23:06:02.0652010Z    Compiling indexmap v2.14.0
2026-06-21T23:06:02.1261108Z    Compiling syn v2.0.117
2026-06-21T23:06:02.1563933Z    Compiling scopeguard v1.2.0
2026-06-21T23:06:02.1590885Z    Compiling form_urlencoded v1.2.2
2026-06-21T23:06:02.1725091Z    Compiling chacha20 v0.10.0
2026-06-21T23:06:02.1797338Z    Compiling untrusted v0.9.0
2026-06-21T23:06:02.2596703Z    Compiling lock_api v0.4.14
2026-06-21T23:06:02.2806652Z    Compiling heck v0.5.0
2026-06-21T23:06:02.2861499Z    Compiling rustls v0.23.40
2026-06-21T23:06:02.3082342Z    Compiling atomic-waker v1.1.2
2026-06-21T23:06:02.3100313Z    Compiling anyhow v1.0.102
2026-06-21T23:06:02.3700515Z    Compiling unicode-xid v0.2.6
2026-06-21T23:06:02.4041259Z    Compiling const-oid v0.10.2
2026-06-21T23:06:02.4306353Z    Compiling httparse v1.10.1
2026-06-21T23:06:02.4510603Z    Compiling parking_lot_core v0.9.12
2026-06-21T23:06:02.4721048Z    Compiling paste v1.0.15
2026-06-21T23:06:02.4910634Z    Compiling zerocopy v0.8.50
2026-06-21T23:06:02.4980515Z    Compiling num-traits v0.2.19
2026-06-21T23:06:02.5570784Z    Compiling convert_case v0.10.0
2026-06-21T23:06:02.6125855Z    Compiling hybrid-array v0.4.12
2026-06-21T23:06:02.6587449Z    Compiling jobserver v0.1.34
2026-06-21T23:06:02.7157855Z    Compiling curve25519-dalek v4.1.3
2026-06-21T23:06:02.7610729Z    Compiling ahash v0.8.12
2026-06-21T23:06:02.7651413Z    Compiling powerfmt v0.2.0
2026-06-21T23:06:02.7758500Z    Compiling base64ct v1.8.3
2026-06-21T23:06:02.8873055Z    Compiling either v1.16.0
2026-06-21T23:06:02.9570776Z    Compiling cc v1.2.63
2026-06-21T23:06:02.9670812Z    Compiling crypto-common v0.1.7
2026-06-21T23:06:02.9790656Z    Compiling block-buffer v0.10.4
2026-06-21T23:06:02.9874898Z    Compiling http-body v1.0.1
2026-06-21T23:06:03.0402815Z    Compiling fastrand v2.4.1
2026-06-21T23:06:03.0911395Z    Compiling digest v0.10.7
2026-06-21T23:06:03.1058637Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T23:06:03.1511504Z    Compiling deranged v0.5.8
2026-06-21T23:06:03.2141159Z    Compiling try-lock v0.2.5
2026-06-21T23:06:03.2541443Z    Compiling pkg-config v0.3.33
2026-06-21T23:06:03.2781487Z    Compiling data-encoding v2.11.0
2026-06-21T23:06:03.3234956Z    Compiling tinyvec_macros v0.1.1
2026-06-21T23:06:03.3335037Z    Compiling base64 v0.22.1
2026-06-21T23:06:03.3444637Z    Compiling tower-service v0.3.3
2026-06-21T23:06:03.3568634Z    Compiling zmij v1.0.21
2026-06-21T23:06:03.4100983Z    Compiling mio v1.2.1
2026-06-21T23:06:03.4210666Z    Compiling socket2 v0.6.4
2026-06-21T23:06:03.5040639Z    Compiling getrandom v0.2.17
2026-06-21T23:06:03.6446701Z    Compiling time-core v0.1.8
2026-06-21T23:06:03.6580846Z    Compiling rand_core v0.6.4
2026-06-21T23:06:03.6996529Z    Compiling vcpkg v0.2.15
2026-06-21T23:06:03.7793841Z    Compiling rand v0.10.1
2026-06-21T23:06:03.7973477Z    Compiling num-conv v0.2.2
2026-06-21T23:06:03.8438024Z    Compiling tinyvec v1.11.0
2026-06-21T23:06:03.8620880Z    Compiling sha2 v0.10.9
2026-06-21T23:06:03.9633337Z    Compiling parking_lot v0.12.5
2026-06-21T23:06:04.0100763Z    Compiling want v0.3.1
2026-06-21T23:06:04.0360495Z    Compiling block-buffer v0.12.0
2026-06-21T23:06:04.1743219Z    Compiling crypto-common v0.2.2
2026-06-21T23:06:04.2210495Z    Compiling inout v0.1.4
2026-06-21T23:06:04.2520496Z    Compiling vergen-lib v9.1.0
2026-06-21T23:06:04.2864666Z    Compiling n0-future v0.3.2
2026-06-21T23:06:04.3363786Z    Compiling crossbeam-utils v0.8.21
2026-06-21T23:06:04.3632326Z    Compiling cordyceps v0.3.4
2026-06-21T23:06:04.4169610Z    Compiling cmake v0.1.58
2026-06-21T23:06:04.5010805Z    Compiling spin v0.10.0
2026-06-21T23:06:04.5323708Z    Compiling diatomic-waker v0.2.3
2026-06-21T23:06:04.5613663Z    Compiling winnow v1.0.3
2026-06-21T23:06:04.5779537Z    Compiling serde_json v1.0.150
2026-06-21T23:06:04.5941284Z    Compiling signature v2.2.0
2026-06-21T23:06:04.6158557Z    Compiling httpdate v1.0.3
2026-06-21T23:06:04.6161904Z    Compiling parking v2.2.1
2026-06-21T23:06:04.6471281Z    Compiling futures-buffered v0.2.13
2026-06-21T23:06:04.6989721Z    Compiling ed25519 v2.2.3
2026-06-21T23:06:04.7021243Z    Compiling cipher v0.4.4
2026-06-21T23:06:04.7424480Z    Compiling futures-lite v2.6.1
2026-06-21T23:06:04.7870596Z    Compiling netlink-packet-core v0.8.1
2026-06-21T23:06:04.8398800Z    Compiling universal-hash v0.5.1
2026-06-21T23:06:04.8940831Z    Compiling vergen-lib v0.1.6
2026-06-21T23:06:04.9063192Z    Compiling vergen v9.1.0
2026-06-21T23:06:04.9208439Z    Compiling heapless v0.7.17
2026-06-21T23:06:04.9413002Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T23:06:04.9535321Z    Compiling noq-udp v0.10.0
2026-06-21T23:06:04.9695569Z    Compiling sync_wrapper v1.0.2
2026-06-21T23:06:05.0529157Z    Compiling byteorder v1.5.0
2026-06-21T23:06:05.0666024Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T23:06:05.0770843Z    Compiling allocator-api2 v0.2.21
2026-06-21T23:06:05.0950815Z    Compiling opaque-debug v0.3.1
2026-06-21T23:06:05.1314229Z    Compiling digest v0.11.3
2026-06-21T23:06:05.1557377Z    Compiling polyval v0.6.2
2026-06-21T23:06:05.2460400Z    Compiling hash32 v0.2.1
2026-06-21T23:06:05.2640967Z    Compiling spin v0.9.8
2026-06-21T23:06:05.2932621Z    Compiling vergen-gitcl v1.0.8
2026-06-21T23:06:05.3570627Z    Compiling signature v3.0.0
2026-06-21T23:06:05.3790632Z    Compiling tower-layer v0.3.3
2026-06-21T23:06:05.3933259Z    Compiling fallible-iterator v0.3.0
2026-06-21T23:06:05.3990432Z    Compiling aws-lc-sys v0.41.0
2026-06-21T23:06:05.4163064Z    Compiling ring v0.17.14
2026-06-21T23:06:05.4436367Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T23:06:05.4884958Z    Compiling num_threads v0.1.7
2026-06-21T23:06:05.5271057Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T23:06:05.5501032Z    Compiling ryu v1.0.23
2026-06-21T23:06:05.5950617Z    Compiling time v0.3.47
2026-06-21T23:06:05.6311106Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T23:06:05.7010766Z    Compiling ghash v0.5.1
2026-06-21T23:06:05.7773053Z    Compiling ctr v0.9.2
2026-06-21T23:06:05.7897946Z    Compiling aes v0.8.4
2026-06-21T23:06:05.8106741Z    Compiling fs2 v0.4.3
2026-06-21T23:06:05.8320609Z    Compiling http-body-util v0.1.3
2026-06-21T23:06:05.8749225Z    Compiling aead v0.5.2
2026-06-21T23:06:05.9190550Z    Compiling openssl-probe v0.2.1
2026-06-21T23:06:05.9804749Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T23:06:06.0055828Z    Compiling crossbeam-channel v0.5.15
2026-06-21T23:06:06.0302496Z    Compiling blake3 v1.8.5
2026-06-21T23:06:06.1390893Z    Compiling netlink-packet-route v0.29.0
2026-06-21T23:06:06.1440060Z    Compiling uuid v1.23.2
2026-06-21T23:06:06.3159488Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T23:06:06.3297022Z    Compiling memoffset v0.6.5
2026-06-21T23:06:06.3830906Z    Compiling acto v0.8.2
2026-06-21T23:06:06.4592901Z    Compiling aes-gcm v0.10.3
2026-06-21T23:06:06.5126779Z    Compiling noq v0.18.0
2026-06-21T23:06:06.6080360Z    Compiling netwatch v0.16.0
2026-06-21T23:06:06.6748492Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T23:06:06.7413618Z    Compiling foldhash v0.2.0
2026-06-21T23:06:06.7685535Z    Compiling tagptr v0.2.0
2026-06-21T23:06:06.7755616Z    Compiling rustc-hash v2.1.2
2026-06-21T23:06:06.7960493Z    Compiling rustix v1.1.4
2026-06-21T23:06:06.8481394Z    Compiling xml-rs v0.8.28
2026-06-21T23:06:06.8898070Z    Compiling lru-slab v0.1.2
2026-06-21T23:06:06.8986444Z    Compiling thiserror v1.0.69
2026-06-21T23:06:06.9151004Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T23:06:06.9331613Z    Compiling ref-cast v1.0.25
2026-06-21T23:06:07.0086297Z    Compiling mac-addr v0.3.0
2026-06-21T23:06:07.1574810Z    Compiling identity-hash v0.1.0
2026-06-21T23:06:07.2103274Z    Compiling hashbrown v0.16.1
2026-06-21T23:06:07.2664373Z    Compiling netlink-packet-route v0.30.0
2026-06-21T23:06:07.3301917Z    Compiling serial-core v0.4.0
2026-06-21T23:06:07.3413662Z    Compiling ioctl-rs v0.1.6
2026-06-21T23:06:07.4345555Z    Compiling termios v0.2.2
2026-06-21T23:06:07.4539410Z    Compiling errno v0.3.14
2026-06-21T23:06:07.5078421Z    Compiling simple-dns v0.9.3
2026-06-21T23:06:07.5790993Z    Compiling synstructure v0.13.2
2026-06-21T23:06:07.5971125Z    Compiling darling_core v0.20.11
2026-06-21T23:06:07.8236328Z    Compiling proc-macro-crate v3.5.0
2026-06-21T23:06:07.9800984Z    Compiling xmltree v0.10.3
2026-06-21T23:06:07.9871069Z    Compiling serde_derive_internals v0.29.1
2026-06-21T23:06:08.0450947Z    Compiling aho-corasick v1.1.4
2026-06-21T23:06:08.2016220Z    Compiling sha1_smol v1.0.1
2026-06-21T23:06:08.2204784Z    Compiling arrayref v0.3.9
2026-06-21T23:06:08.2827551Z    Compiling winnow v0.7.15
2026-06-21T23:06:08.2899922Z    Compiling smol_str v0.1.24
2026-06-21T23:06:08.2980784Z    Compiling arrayvec v0.7.6
2026-06-21T23:06:08.3660960Z    Compiling linux-raw-sys v0.12.1
2026-06-21T23:06:08.4183210Z    Compiling toml_write v0.1.2
2026-06-21T23:06:08.5400947Z    Compiling regex-syntax v0.8.10
2026-06-21T23:06:08.5475684Z    Compiling signal-hook v0.3.18
2026-06-21T23:06:08.6160824Z    Compiling resolv-conf v0.7.6
2026-06-21T23:06:08.6738370Z    Compiling constant_time_eq v0.4.2
2026-06-21T23:06:08.7442014Z    Compiling simdutf8 v0.1.5
2026-06-21T23:06:09.0332351Z    Compiling lru v0.16.4
2026-06-21T23:06:09.1276076Z    Compiling signal-hook-registry v1.4.8
2026-06-21T23:06:09.1901027Z    Compiling serial-unix v0.4.0
2026-06-21T23:06:09.2150631Z    Compiling darling_core v0.23.0
2026-06-21T23:06:09.4790733Z    Compiling serde_bytes v0.11.19
2026-06-21T23:06:09.5000684Z    Compiling serde_derive v1.0.228
2026-06-21T23:06:09.5411208Z    Compiling zeroize_derive v1.4.3
2026-06-21T23:06:09.5670888Z    Compiling tokio-macros v2.7.0
2026-06-21T23:06:09.7501865Z    Compiling zerofrom-derive v0.1.7
2026-06-21T23:06:10.0863329Z    Compiling zeroize v1.8.2
2026-06-21T23:06:10.1431075Z    Compiling futures-macro v0.3.32
2026-06-21T23:06:10.2821722Z    Compiling tokio v1.52.3
2026-06-21T23:06:10.2822834Z    Compiling yoke-derive v0.8.2
2026-06-21T23:06:10.8120747Z    Compiling zerovec-derive v0.11.3
2026-06-21T23:06:10.9204013Z    Compiling displaydoc v0.2.6
2026-06-21T23:06:10.9993223Z    Compiling tracing-attributes v0.1.31
2026-06-21T23:06:11.0760846Z    Compiling futures-util v0.3.32
2026-06-21T23:06:11.2730904Z    Compiling zerofrom v0.1.8
2026-06-21T23:06:11.4251030Z    Compiling rustls-pki-types v1.14.1
2026-06-21T23:06:11.6240892Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T23:06:11.7920684Z    Compiling yoke v0.8.3
2026-06-21T23:06:11.8150959Z    Compiling thiserror-impl v2.0.18
2026-06-21T23:06:12.0130429Z    Compiling zerotrie v0.2.4
2026-06-21T23:06:12.3414477Z    Compiling darling_macro v0.20.11
2026-06-21T23:06:12.3810710Z    Compiling zerovec v0.11.6
2026-06-21T23:06:12.4280947Z    Compiling derive_more-impl v2.1.1
2026-06-21T23:06:12.5542907Z    Compiling n0-error-macros v0.1.3
2026-06-21T23:06:12.7112024Z    Compiling darling v0.20.11
2026-06-21T23:06:12.7727584Z    Compiling derive_builder_core v0.20.2
2026-06-21T23:06:12.7953304Z    Compiling spez v0.1.2
2026-06-21T23:06:13.0638152Z    Compiling der v0.8.0-rc.10
2026-06-21T23:06:13.1450606Z    Compiling pin-project-internal v1.1.13
2026-06-21T23:06:13.2220494Z    Compiling tinystr v0.8.3
2026-06-21T23:06:13.4565061Z    Compiling icu_locale_core v2.2.0
2026-06-21T23:06:13.6216116Z    Compiling potential_utf v0.1.5
2026-06-21T23:06:13.7460663Z    Compiling n0-error v0.1.3
2026-06-21T23:06:13.8511510Z    Compiling icu_collections v2.2.0
2026-06-21T23:06:14.1960625Z    Compiling cobs v0.3.0
2026-06-21T23:06:14.2327768Z    Compiling derive_builder_macro v0.20.2
2026-06-21T23:06:14.4100865Z    Compiling ed25519-dalek v2.2.0
2026-06-21T23:06:14.5400178Z    Compiling derive_builder v0.20.2
2026-06-21T23:06:14.6410631Z    Compiling pin-project v1.1.13
2026-06-21T23:06:14.6455284Z    Compiling spki v0.8.0-rc.4
2026-06-21T23:06:14.7377360Z    Compiling icu_provider v2.2.0
2026-06-21T23:06:14.8532722Z    Compiling ipnet v2.12.0
2026-06-21T23:06:14.8740793Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T23:06:15.0424520Z    Compiling futures-executor v0.3.32
2026-06-21T23:06:15.0501022Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T23:06:15.1730722Z    Compiling icu_properties v2.2.0
2026-06-21T23:06:15.2154274Z    Compiling icu_normalizer v2.2.0
2026-06-21T23:06:15.2448125Z    Compiling futures v0.3.32
2026-06-21T23:06:15.2791293Z    Compiling prefix-trie v0.8.4
2026-06-21T23:06:15.3821224Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T23:06:15.6887097Z    Compiling once_cell v1.21.4
2026-06-21T23:06:15.6964782Z    Compiling postcard-derive v0.2.2
2026-06-21T23:06:15.7158119Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T23:06:15.7320813Z    Compiling rustls-native-certs v0.8.4
2026-06-21T23:06:15.9020781Z    Compiling tracing-core v0.1.36
2026-06-21T23:06:16.1327768Z    Compiling data-encoding-macro v0.1.20
2026-06-21T23:06:16.1698814Z    Compiling strum_macros v0.28.0
2026-06-21T23:06:16.2301146Z    Compiling hashbrown v0.14.5
2026-06-21T23:06:16.2380910Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T23:06:16.2420846Z    Compiling postcard v1.1.3
2026-06-21T23:06:16.2474734Z    Compiling enum-assoc v1.3.0
2026-06-21T23:06:16.4790577Z    Compiling tracing v0.1.44
2026-06-21T23:06:16.6972367Z    Compiling tokio-util v0.7.18
2026-06-21T23:06:16.7661601Z    Compiling idna_adapter v1.2.2
2026-06-21T23:06:16.8420952Z    Compiling netlink-sys v0.8.8
2026-06-21T23:06:16.8624616Z    Compiling idna v1.1.0
2026-06-21T23:06:16.8899567Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T23:06:17.0202288Z    Compiling tower v0.5.3
2026-06-21T23:06:17.0241010Z    Compiling derive_more v2.1.1
2026-06-21T23:06:17.1055819Z    Compiling hashlink v0.9.1
2026-06-21T23:06:17.1188479Z    Compiling async-trait v0.1.89
2026-06-21T23:06:17.1218784Z    Compiling num_enum_derive v0.7.6
2026-06-21T23:06:17.1960371Z    Compiling netlink-proto v0.12.0
2026-06-21T23:06:17.2062566Z    Compiling netdev v0.42.0
2026-06-21T23:06:17.2337144Z    Compiling iroh-relay v0.98.0
2026-06-21T23:06:17.3180974Z    Compiling url v2.5.8
2026-06-21T23:06:17.4128783Z    Compiling iroh-metrics v0.38.3
2026-06-21T23:06:17.4340822Z    Compiling moka v0.12.15
2026-06-21T23:06:17.5010945Z    Compiling rusqlite v0.32.1
2026-06-21T23:06:17.5170810Z    Compiling serde_spanned v0.6.9
2026-06-21T23:06:17.5340866Z    Compiling toml_datetime v0.6.11
2026-06-21T23:06:17.5783801Z    Compiling ref-cast-impl v1.0.25
2026-06-21T23:06:17.6520950Z    Compiling thiserror-impl v1.0.69
2026-06-21T23:06:17.7938046Z    Compiling h2 v0.4.14
2026-06-21T23:06:17.9870633Z    Compiling n0-watcher v0.6.1
2026-06-21T23:06:18.1070810Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T23:06:18.1792999Z    Compiling attohttpc v0.30.1
2026-06-21T23:06:18.2639337Z    Compiling tower-http v0.6.11
2026-06-21T23:06:18.2769555Z    Compiling num_enum v0.7.6
2026-06-21T23:06:18.3004480Z    Compiling iroh-base v0.98.0
2026-06-21T23:06:18.3680216Z    Compiling tokio-stream v0.1.18
2026-06-21T23:06:18.7940528Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T23:06:18.8009095Z    Compiling toml_edit v0.22.27
2026-06-21T23:06:18.8530774Z    Compiling webpki-roots v1.0.7
2026-06-21T23:06:18.9979288Z    Compiling regex-automata v0.4.14
2026-06-21T23:06:19.0390328Z    Compiling schemars_derive v1.2.1
2026-06-21T23:06:19.0481098Z    Compiling strum v0.28.0
2026-06-21T23:06:19.0878368Z    Compiling seize v0.5.1
2026-06-21T23:06:19.1211042Z    Compiling hmac v0.12.1
2026-06-21T23:06:19.1534297Z    Compiling iroh-dns v0.98.0
2026-06-21T23:06:19.2610895Z    Compiling iroh v0.98.2
2026-06-21T23:06:19.3617806Z    Compiling pin-utils v0.1.0
2026-06-21T23:06:19.4360770Z    Compiling dyn-clone v1.0.20
2026-06-21T23:06:19.5148414Z    Compiling cmov v0.5.4
2026-06-21T23:06:19.5240983Z    Compiling rustix v0.38.44
2026-06-21T23:06:19.5750790Z    Compiling bitflags v1.3.2
2026-06-21T23:06:19.6078428Z    Compiling utf8parse v0.2.2
2026-06-21T23:06:19.6177434Z    Compiling nix v0.25.1
2026-06-21T23:06:19.6530950Z    Compiling papaya v0.2.4
2026-06-21T23:06:19.7120986Z    Compiling anstyle-parse v1.0.0
2026-06-21T23:06:19.7783219Z    Compiling ctutils v0.4.2
2026-06-21T23:06:19.7881270Z    Compiling filedescriptor v0.8.3
2026-06-21T23:06:19.9268894Z    Compiling hkdf v0.12.4
2026-06-21T23:06:19.9550468Z    Compiling backon v1.6.0
2026-06-21T23:06:20.0081613Z    Compiling darling_macro v0.23.0
2026-06-21T23:06:20.0230988Z    Compiling serial v0.4.0
2026-06-21T23:06:20.0970932Z    Compiling anstyle v1.0.14
2026-06-21T23:06:20.1401016Z    Compiling linux-raw-sys v0.4.15
2026-06-21T23:06:20.2581043Z    Compiling shell-words v1.1.1
2026-06-21T23:06:20.3111180Z    Compiling foldhash v0.1.5
2026-06-21T23:06:20.4151090Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T23:06:20.4570075Z    Compiling colorchoice v1.0.5
2026-06-21T23:06:20.4680875Z    Compiling anstyle-query v1.1.5
2026-06-21T23:06:20.4814881Z    Compiling downcast-rs v1.2.1
2026-06-21T23:06:20.4911067Z    Compiling instability v0.3.12
2026-06-21T23:06:20.5460575Z    Compiling anstream v1.0.0
2026-06-21T23:06:20.5886815Z    Compiling darling v0.23.0
2026-06-21T23:06:20.6054403Z    Compiling hashbrown v0.15.5
2026-06-21T23:06:20.6202189Z    Compiling signal-hook-mio v0.2.5
2026-06-21T23:06:20.6560422Z    Compiling spake2 v0.4.0
2026-06-21T23:06:20.6840729Z    Compiling terminal_size v0.4.4
2026-06-21T23:06:20.7210450Z    Compiling strum_macros v0.26.4
2026-06-21T23:06:20.7940635Z    Compiling sha1 v0.10.6
2026-06-21T23:06:20.8361304Z    Compiling itertools v0.13.0
2026-06-21T23:06:20.9660996Z    Compiling castaway v0.2.4
2026-06-21T23:06:21.0140548Z    Compiling doctest-file v1.1.1
2026-06-21T23:06:21.0477276Z    Compiling static_assertions v1.1.0
2026-06-21T23:06:21.0572370Z    Compiling indoc v2.0.7
2026-06-21T23:06:21.1329590Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T23:06:21.2000580Z    Compiling schemars v1.2.1
2026-06-21T23:06:21.4860751Z    Compiling clap_lex v1.1.0
2026-06-21T23:06:21.5700523Z    Compiling unicode-width v0.1.14
2026-06-21T23:06:21.6141997Z    Compiling interprocess v2.4.2
2026-06-21T23:06:21.8199475Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T23:06:21.8469823Z    Compiling toml v0.8.23
2026-06-21T23:06:21.9380682Z    Compiling clap_builder v4.6.0
2026-06-21T23:06:22.6114131Z    Compiling regex v1.12.3
2026-06-21T23:06:22.7000289Z    Compiling crossterm v0.28.1
2026-06-21T23:06:22.9431731Z    Compiling unicode-truncate v1.1.0
2026-06-21T23:06:23.0820517Z    Compiling lru v0.12.5
2026-06-21T23:06:23.2701117Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T23:06:23.2790671Z    Compiling strum v0.26.3
2026-06-21T23:06:23.4213596Z    Compiling compact_str v0.8.2
2026-06-21T23:06:23.4991544Z    Compiling hyper v1.10.1
2026-06-21T23:06:23.5850601Z    Compiling clap_derive v4.6.1
2026-06-21T23:06:23.6960765Z    Compiling iana-time-zone v0.1.65
2026-06-21T23:06:23.8020947Z    Compiling portable-pty v0.8.1
2026-06-21T23:06:24.0292198Z    Compiling unicode-width v0.2.0
2026-06-21T23:06:24.1915778Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T23:06:24.3228460Z    Compiling cassowary v0.3.0
2026-06-21T23:06:24.3846837Z    Compiling chrono v0.4.45
2026-06-21T23:06:24.3991323Z    Compiling nucleo-matcher v0.3.1
2026-06-21T23:06:24.6411034Z    Compiling ratatui v0.29.0
2026-06-21T23:06:24.9750449Z    Compiling qrcode v0.14.1
2026-06-21T23:06:25.0391305Z    Compiling tempfile v3.27.0
2026-06-21T23:06:25.5074792Z    Compiling hyper-util v0.1.20
2026-06-21T23:06:25.9530492Z    Compiling clap v4.6.1
2026-06-21T23:06:26.3066113Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T23:06:27.2430368Z    Compiling igd-next v0.17.1
2026-06-21T23:06:28.4734528Z    Compiling portmapper v0.16.0
2026-06-21T23:06:32.9140083Z    Compiling rustls-webpki v0.103.13
2026-06-21T23:06:35.3103552Z    Compiling tokio-rustls v0.26.4
2026-06-21T23:06:35.3104259Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T23:06:35.3104865Z    Compiling noq-proto v0.17.0
2026-06-21T23:06:35.4548252Z    Compiling hyper-rustls v0.27.9
2026-06-21T23:06:35.4548867Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T23:06:35.4549453Z    Compiling tokio-websockets v0.13.2
2026-06-21T23:06:35.5780921Z    Compiling reqwest v0.13.4
2026-06-21T23:06:36.4921266Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T23:06:50.4826199Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T23:06:51.8288897Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T23:06:59.0337363Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T23:07:02.6883507Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T23:07:02.7115200Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T23:07:02.7128654Z 
2026-06-21T23:07:02.7128775Z running 1 test
2026-06-21T23:07:08.8978700Z test new_brain_serves_against_old_broker ... ok
2026-06-21T23:07:08.8979100Z 
2026-06-21T23:07:08.8979449Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-21T23:07:08.8979803Z 
2026-06-21T23:07:08.9215711Z Post job cleanup.
2026-06-21T23:07:08.9942851Z [command]/usr/bin/git version
2026-06-21T23:07:08.9974945Z git version 2.43.0
2026-06-21T23:07:09.0005453Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6eac18c4-a588-465b-b739-180668e3156b' before making global git config changes
2026-06-21T23:07:09.0006254Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T23:07:09.0008936Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T23:07:09.0038020Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T23:07:09.0063974Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T23:07:09.0254152Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T23:07:09.0274325Z http.https://github.com/.extraheader
2026-06-21T23:07:09.0283074Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T23:07:09.0307811Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T23:07:09.0491386Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T23:07:09.0515674Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T23:07:09.0830540Z Cleaning up orphan processes
2026-06-21T23:07:09.1341107Z Terminate orphan process: pid (3747925) (spt)
